home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TSAVEFILESDLG / TSAVEFILESDLG.txt
Text File  |  2005-06-02  |  2KB  |  85 lines

  1. object SaveFilesDlg: TSaveFilesDlg
  2.   Left = 324
  3.   Top = 136
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sauver les fichiers'
  6.   ClientHeight = 118
  7.   ClientWidth = 460
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 16
  22.     Top = 16
  23.     Width = 32
  24.     Height = 32
  25.   end
  26.   object OKBtn: TButton
  27.     Left = 180
  28.     Top = 88
  29.     Width = 73
  30.     Height = 23
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 2
  35.     OnClick = OKBtnClick
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 260
  39.     Top = 88
  40.     Width = 73
  41.     Height = 23
  42.     Cancel = True
  43.     Caption = 'Annuler'
  44.     ModalResult = 2
  45.     TabOrder = 3
  46.   end
  47.   object LeftPick: TRadioGroup
  48.     Left = 64
  49.     Top = 8
  50.     Width = 185
  51.     Height = 65
  52.     Caption = 'Fichier de gauche'
  53.     ItemIndex = 0
  54.     Items.Strings = (
  55.       'Sauver les changements'
  56.       'Sauver les changements sous...'
  57.       'Omettre les changements')
  58.     TabOrder = 0
  59.   end
  60.   object RightPick: TRadioGroup
  61.     Left = 264
  62.     Top = 8
  63.     Width = 185
  64.     Height = 65
  65.     Caption = 'Fichier de droite'
  66.     ItemIndex = 0
  67.     Items.Strings = (
  68.       'Sauver les changements'
  69.       'Sauver les changements sous...'
  70.       'Omettre les changements')
  71.     TabOrder = 1
  72.   end
  73.   object DiscardAllBtn: TButton
  74.     Left = 368
  75.     Top = 88
  76.     Width = 81
  77.     Height = 23
  78.     Cancel = True
  79.     Caption = '&D'#233'faire tout'
  80.     ModalResult = 1
  81.     TabOrder = 4
  82.     OnClick = DiscardAllBtnClick
  83.   end
  84. end
  85.